Iframe内部页面高度赋值于其父页面的Iframe标签,使得该Iframe不存在滚动条,布遮盖子页面的内容:
$('#crowdfunding_iframe',parent.document).attr("height",$(document.body).height());
var height = $(document.body).height() + 30;
if(height < 600){
height = 600;
}
$('#crowdfunding_iframe',parent.document).attr("height",height);
$('#vertical_navigation',parent.document).css("height",height);
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。